From: Yuri Astrakhan Date: Mon, 31 Oct 2016 00:26:08 +0000 (-0400) Subject: Document diff/DifferenceEngine.php function X-Git-Tag: 1.31.0-rc.0~4988^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=02015d0e63104d29adf81219a8221252cf3b3bb4;p=lhc%2Fweb%2Fwiklou.git Document diff/DifferenceEngine.php function Change-Id: I999824d8ce569de93fe4c9a889edea582d07611c --- diff --git a/includes/diff/DifferenceEngine.php b/includes/diff/DifferenceEngine.php index 16e9a443ff..73408ab50b 100644 --- a/includes/diff/DifferenceEngine.php +++ b/includes/diff/DifferenceEngine.php @@ -882,6 +882,10 @@ class DifferenceEngine extends ContextSource { return $result; }; + /** + * @param Status $status + * @throws FatalError + */ $error = function( $status ) { throw new FatalError( $status->getWikiText() ); };